Einhugur Word Plugin for Xojo

Document.Open Method

Opens word document.

shared Open(
   f as FolderItem) as EinhugurWord.Document

Parameters

f
The document to be opened.

Returns

EinhugurWord.Document
Handle to the opened document or nil if opening failed.

Remarks

This function can throw InvalidArgumentException and WordException.

See Also

Document Class